Skip to content

,System.Single)} ,System.Single,System.Action{-1})} )}

TableSectionInformation(INotifyCollectionChanged, Func?, float) constructor

Defined in

Type: TableSectionInformation Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Overloads

  • 1. public TableSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString>? cellKeySelector, float sizeHint)
  • 2. public TableSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString>? cellKeySelector, float sizeHint, Action<TCell>? initializeCellAction)
  • 3. public TableSectionInformation(INotifyCollectionChanged collection, NSString cellKey, float sizeHint)
  • 4. public TableSectionInformation(INotifyCollectionChanged collection, NSString cellKey, float sizeHint, Action<TCell>? initializeCellAction)

1. Overload

public TableSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString>? cellKeySelector, float sizeHint)

View source

Summary: Initializes a new instance of the TableSectionInformation class.

Parameters

NameTypeDescription
collectionINotifyCollectionChangedThe collection.
cellKeySelectorFunc?The cell key selector.
sizeHintfloatThe size hint.

2. Overload

public TableSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString>? cellKeySelector, float sizeHint, Action<TCell>? initializeCellAction)

View source

Summary: Initializes a new instance of the TableSectionInformation class.

Parameters

NameTypeDescription
collectionINotifyCollectionChangedThe collection.
cellKeySelectorFunc?The cell key selector.
sizeHintfloatThe size hint.
initializeCellActionAction?The initialize cell action.

3. Overload

public TableSectionInformation(INotifyCollectionChanged collection, NSString cellKey, float sizeHint)

View source

Summary: Initializes a new instance of the TableSectionInformation class.

Parameters

NameTypeDescription
collectionINotifyCollectionChangedThe collection.
cellKeyNSStringThe cell key.
sizeHintfloatThe size hint.

4. Overload

public TableSectionInformation(INotifyCollectionChanged collection, NSString cellKey, float sizeHint, Action<TCell>? initializeCellAction)

View source

Summary: Initializes a new instance of the TableSectionInformation class.

Parameters

NameTypeDescription
collectionINotifyCollectionChangedThe collection.
cellKeyNSStringThe cell key.
sizeHintfloatThe size hint.
initializeCellActionAction?The initialize cell action.